glBufferSubData

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. void glBufferSubData(GLenum target, GLint offset, GLuint size, const(void)* data)
  2. void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const(void)* data)
    version(!WebAssembly)
    extern (C)
    void
    glBufferSubData

Meta